From 20565a923894b394a5057691a1c46a502efcd7a3 Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Sat, 23 Dec 2017 22:00:21 +0000 Subject: [PATCH] lldb-libname =================================================================== Gbp-Pq: Name lldb-libname.diff --- lldb/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/lib/Makefile b/lldb/lib/Makefile index b8007ba9..656086c5 100644 --- a/lldb/lib/Makefile +++ b/lldb/lib/Makefile @@ -192,7 +192,7 @@ ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux GNU GNU/kFreeBSD)) LLVMLibsOptions += -Wl,--no-undefined # Link in python LLVMLibsOptions += $(PYTHON_BUILD_FLAGS) -lrt -ledit -lncurses -lpanel -lpthread - LLVMLibsOptions += -Wl,--soname,lib$(LIBRARYNAME)$(SHLIBEXT).$(SONAME_EXTENSION) + LLVMLibsOptions += -Wl,--soname,lib$(LIBRARYNAME)-$(LLVM_VERSION_MAJOR).$(LLVM_VERSION_MINOR)$(SHLIBEXT) ifneq (,$(filter $(shell dpkg-architecture -qDEB_HOST_ARCH), armel mips mipsel powerpc powerpcspe)) # Link GCC atomic helper library LLVMLibsOptions += -latomic -- 2.30.2